Vcenter NamespaceManagement Supervisors ImageRegistry

Vcenter NamespaceManagement Supervisors ImageRegistry
Vcenter NamespaceManagement Supervisors ImageRegistry

The Vcenter NamespaceManagement Supervisors ImageRegistry schema contains the specification required to configure container image registry endpoint.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "hostname": "string",
    "port": 0,
    "username": "string",
    "password": "string",
    "certificate_chain": "string"
}
string
hostname
Required

IP address or the hostname of container image registry.

This property was added in vSphere API 8.0.0.1.

integer As int64 As int64
port
Optional

Port number of the container image registry.

This property was added in vSphere API 8.0.0.1.

If missing or null, defaults to 443.

string
username
Optional

A username to be used for username/password authentication with this registry.

This property was added in vSphere API 8.0.3.0.

If missing or null then the username/password authentication will not be used.

string As password As password
password
Optional

The password for the user.

This property was added in vSphere API 8.0.3.0.

If missing or null then the password is unset, only for write operations. For read operations (GET and LIST), this value is always nil.

string
certificate_chain
Optional

PEM-encoded CA chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 8.0.3.0.

If missing or null then the verification will be skipped.